home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 May / Designer's Club 1996 May.iso / mac / Idea Source / EMBOSS.DIR / 00118.ls < prev    next >
Encoding:
Text File  |  1996-04-03  |  166 b   |  10 lines

  1. on mouseDown
  2.   sound stop 2
  3.   puppetSound("brush")
  4.   puppetSprite(5, 1)
  5.   set the castNum of sprite 5 to 122
  6.   updateStage()
  7.   puppetSprite(5, 0)
  8.   go(1, "main")
  9. end
  10.